Platform Explorer / Nuxeo Platform 5.8

Extension point webPermission

Documentation

This extension point let you contribute a class that defines if a document can be annotated or not via the GWT UI.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.configuration.service.WebPermissionDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-annotations-web-5.8.jar
    <extension point="webPermission" target="org.nuxeo.ecm.platform.annotations.configuration.service.WebAnnotationConfigurationService">
        <webPermission class="org.nuxeo.ecm.platform.annotations.gwt.server.configuration.DefaultWebPermission"/>
      </extension>